Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 9 - Camera Objects / Camera Objects Reference
Camera Objects Routines / Managing Cameras


Q3Camera_SetViewPort

You can use the Q3Camera_SetViewPort function to set the view port of a camera.

TQ3Status Q3Camera_SetViewPort (
TQ3CameraObject camera, 
const TQ3CameraViewPort *viewPort);
camera
A camera object.
viewPort
A pointer to a camera view port structure.
DESCRIPTION
The Q3Camera_SetViewPort function sets the view port of the camera specified by the camera parameter to the view port specified by the viewPort parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996